home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / player comparison.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  9.7 KB  |  241 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3. <panel title="Player Profile Panel">
  4.  
  5.     <!-- attribute colouring -->
  6.     <integer id="exca" value="16" /> <!-- excellent threshold -->
  7.     <integer id="excn" value="11" /> <!-- normal threshold -->
  8.     <integer id="excl" value="6" /> <!-- low threshold -->
  9.     
  10.     <!-- PANEL PROPERTIES -->
  11.     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  12.     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  13.  
  14.     <container class="titled_box" title="Compare players">
  15.  
  16.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="10"/>
  17.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  18.         
  19.         <!-- embedded buttons -->
  20.         <container id="btns" embed_in_frame="true">
  21.  
  22.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  23.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  24.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  25.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  26.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  27.             
  28.             <!-- staff view menu -->
  29.             <widget class="embedded_popup_button" id="pccw" text="Compare With" sele="pccw" auto_size="all" fixed="true" auto_tick_exclusive="true" embed_in_frame="true">
  30.                 <list id="items" />
  31.             </widget>
  32.         </container>
  33.  
  34.         <!-- personal information comparison table -->
  35.         <container class="group_box">
  36.         
  37.             <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  38.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  39.             <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
  40.  
  41.             <container class="group_box" id="pld1">
  42.             
  43.                 <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  44.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  45.                 <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
  46.  
  47.                 <widget class="table" id="dtl1" mode="fill_rows" layout="-1,-2,-3,4,4,-3,-2,-1" stretch_to_fit_rows="true" row_spacing="0">
  48.                     <list id="headings">
  49.                         <record id="ply1" text="Player 1" alignment="right, centre_y" column_span="4"/>
  50.                         <record id="ply2" text="Player 2" alignment="left, centre_y" column_span="4"/>
  51.                     </list>
  52.                                                             
  53.                     <list id="column_display_properties">
  54.                         <record indx="0" sort_disabled="true"/>
  55.                         <record indx="1" sort_disabled="true"/>
  56.                         <record indx="2" sort_disabled="true"/>
  57.                         <record indx="3" sort_disabled="true"/>
  58.                         <record indx="4" sort_disabled="true"/>
  59.                         <record indx="5" sort_disabled="true"/>
  60.                     </list>
  61.  
  62.                     <!-- comparison items will be created dynamically and added here -->
  63.                 </widget>
  64.                 
  65.                 <widget class="table" id="dtl2" mode="fill_rows" layout="100,-2,-2,-3,4,4,-3,-2,-2,100" stretch_to_fit_rows="true" row_spacing="0">
  66.                     <list id="headings">
  67.                         <record id="ply1" text="Player 1" alignment="right, centre_y" column_span="5"/>
  68.                         <record id="ply2" text="Player 2" alignment="left, centre_y" column_span="5"/>
  69.                     </list>
  70.                                         
  71.                     <list id="column_display_properties">
  72.                         <record indx="0" sort_disabled="true"/>
  73.                         <record indx="1" sort_disabled="true"/>
  74.                         <record indx="2" sort_disabled="true"/>
  75.                         <record indx="3" sort_disabled="true"/>
  76.                         <record indx="4" sort_disabled="true"/>
  77.                         <record indx="5" sort_disabled="true"/>
  78.                     </list>
  79.                     
  80.                     <!-- comparison items will be created dynamically and added here -->
  81.                 </widget>
  82.  
  83.             </container>
  84.  
  85.             <widget class="table" id="addt" mode="fill_rows" layout="-1,-2,-3,4,4,-3,-2,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  86.  
  87.                 <!-- comparison items will be created dynamically and added here -->
  88.             </widget>
  89.                 
  90.         </container>
  91.  
  92.         
  93.         <widget class="table" id="stat" mode="fill_rows" layout="-5,20,-1,4,4,-1,20,-5" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  94.             <list id="headings">
  95.                 <record text="Stats" alignment="centre" column_span="8"/>
  96.             </list>
  97.             
  98.             <list id="column_display_properties">
  99.                 <record indx="0" sort_disabled="true"/>
  100.                 <record indx="1" sort_disabled="true" top="7"/>
  101.                 <record indx="2" sort_disabled="true"/>
  102.                 <record indx="3" sort_disabled="true"/>
  103.                 <record indx="4" sort_disabled="true"/>
  104.                 <record indx="5" sort_disabled="true"/>
  105.                 <record indx="6" sort_disabled="true" top="7"/>
  106.                 <record indx="7" sort_disabled="true"/>
  107.             </list>
  108.             <!-- comparison items will be created dynamically and added here -->
  109.         </widget>
  110.             
  111.         
  112.         <container class="group_box" id="temp">
  113.         
  114.             <layout class="arrange_horizontal_attachment" alignment="left,fill" offset="0" gap="8"/>
  115.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />
  116.             <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
  117.  
  118.             <!-- technical comparison table -->
  119.             <widget class="table" id="tech" mode="fill_rows" layout="-3,25,-2,25" stretch_to_fit_rows="true" row_spacing="0" row_height="20">
  120.                 <list id="headings">
  121.                     <record text="Technical" alignment="centre" column_span="5"/>
  122.                 </list>
  123.                 
  124.                 <list id="column_properties">
  125.                     <record index="0" alignment="left,centre_y"/>
  126.                     <record index="1" alignment="centre,centre_y"/>
  127.                     <record index="2" alignment="centre,centre_y"/>
  128.                     <record index="3" alignment="centre,centre_y"/>
  129.                 </list>
  130.  
  131.                 <list id="column_display_properties">
  132.                     <record indx="0" sort_disabled="true"/>
  133.                     <record indx="1" sort_disabled="true"/>
  134.                     <record indx="2" sort_disabled="true"/>
  135.                     <record indx="3" sort_disabled="true"/>
  136.                 </list>
  137.                 <!-- comparison items will be created dynamically and added here -->
  138.             </widget>
  139.  
  140.             <!-- goalkeeping comparison table -->
  141.             <widget class="table" id="goal" mode="fill_rows" layout="-3,25,-2,25" row_height="20" stretch_to_fit_rows="true" row_spacing="0">
  142.                 <list id="headings">
  143.                     <record text="Goalkeeping" alignment="centre" column_span="5"/>
  144.                 </list>
  145.                 
  146.                 <list id="column_properties">
  147.                     <record index="0" alignment="left,centre_y"/>
  148.                     <record index="1" alignment="centre,centre_y"/>
  149.                     <record index="2" alignment="centre,centre_y"/>
  150.                     <record index="3" alignment="centre,centre_y"/>
  151.                 </list>
  152.  
  153.                 <list id="column_display_properties">
  154.                     <record indx="0" sort_disabled="true"/>
  155.                     <record indx="1" sort_disabled="true"/>
  156.                     <record indx="2" sort_disabled="true"/>
  157.                     <record indx="3" sort_disabled="true"/>
  158.                 </list>
  159.                 <!-- comparison items will be created dynamically and added here -->
  160.             </widget>
  161.  
  162.             <!-- Mental comparison table -->
  163.             <widget class="table" id="ment" mode="fill_rows" layout="-3,25,-2,25" row_height="20" stretch_to_fit_rows="true" row_spacing="0">
  164.                 <list id="headings">
  165.                     <record text="Mental" alignment="centre" column_span="5"/>
  166.                 </list>
  167.                 
  168.                 <list id="column_properties">
  169.                     <record index="0" alignment="left,centre_y"/>
  170.                     <record index="1" alignment="centre,centre_y"/>
  171.                     <record index="2" alignment="centre,centre_y"/>
  172.                     <record index="3" alignment="centre,centre_y"/>
  173.                 </list>
  174.  
  175.                 <list id="column_display_properties">
  176.                     <record indx="0" sort_disabled="true"/>
  177.                     <record indx="1" sort_disabled="true"/>
  178.                     <record indx="2" sort_disabled="true"/>
  179.                     <record indx="3" sort_disabled="true"/>
  180.                 </list>
  181.                 <!-- comparison items will be created dynamically and added here -->
  182.             </widget>
  183.  
  184.  
  185.             <container class="group_box" id="temp">
  186.             
  187.                 <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="20"/>
  188.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  189.  
  190.                 <!-- Physical comparison table -->
  191.                 <widget class="table" id="cmph" mode="fill_rows" layout="-3,25,-2,25" row_height="20" stretch_to_fit_rows="true" row_spacing="0">
  192.                     <list id="headings">
  193.                         <record text="Physical" alignment="centre" column_span="5"/>
  194.                     </list>
  195.                     
  196.                     <list id="column_properties">
  197.                         <record index="0" alignment="left,centre_y"/>
  198.                         <record index="1" alignment="centre,centre_y"/>
  199.                         <record index="2" alignment="centre,centre_y"/>
  200.                         <record index="3" alignment="centre,centre_y"/>
  201.                     </list>
  202.  
  203.                     <list id="column_display_properties">
  204.                         <record indx="0" sort_disabled="true"/>
  205.                         <record indx="1" sort_disabled="true"/>
  206.                         <record indx="2" sort_disabled="true"/>
  207.                         <record indx="3" sort_disabled="true"/>
  208.                     </list>
  209.                     <!-- comparison items will be created dynamically and added here -->
  210.                 </widget>
  211.  
  212.                 <!-- Other comparison table -->
  213.                 <widget class="table" id="cmot" mode="fill_rows" layout="-3,48,-1,48" row_height="20" stretch_to_fit_rows="true" row_spacing="0">
  214.                     <list id="headings">
  215.                         <record text="Other" alignment="centre" column_span="5"/>
  216.                     </list>
  217.                     
  218.                     <list id="column_properties">
  219.                         <record index="0" alignment="left,centre_y"/>
  220.                         <record index="1" alignment="centre,centre_y"/>
  221.                         <record index="2" alignment="centre,centre_y"/>
  222.                         <record index="3" alignment="centre,centre_y"/>
  223.                     </list>
  224.  
  225.                     <list id="column_display_properties">
  226.                         <record indx="0" sort_disabled="true"/>
  227.                         <record indx="1" sort_disabled="true"/>
  228.                         <record indx="2" sort_disabled="true"/>
  229.                         <record indx="3" sort_disabled="true"/>
  230.                     </list>
  231.                     <!-- comparison items will be created dynamically and added here -->
  232.                 </widget>
  233.  
  234.             </container>
  235.             
  236.         </container>
  237.         
  238.     </container>
  239.  
  240. </panel>
  241.